Text Customization
data class TextCustomization(@ColorRes() textColor: Int?, @FontRes() textFont: Int?, @StringRes() text: Int?) : LabelCustomization
Content copied to clipboard
Use this class to customize the style of the text in the Navigation Bar used across 3DS1 and 3DS2 challenge screens, as well as the actual text displayed as the title.
Parameters
textColor
Text colour resource reference.
textFont
Text font resource reference.
text
Text resource reference.
Constructors
TextCustomization
Link copied to clipboard